|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--xdoclet.sdk.xgg.XGGPojo | +--xdoclet.sdk.xtag.migrator.Tag
XML element: <tag/>
. This element exists in the following versions:
Constructor Summary | |
Tag()
Default constructor. |
|
Tag(Tags parent)
Constructor. |
Method Summary | |
void |
addLevel(Level level)
XML element: <level/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (1..*) |
void |
addParameter(Parameter parameter)
XML element: <parameter/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (0..*) |
Condition |
getCondition()
|
ConditionDescription |
getConditionDescription()
|
Deprecated |
getDeprecated()
|
Collection |
getLevelCollection()
|
Collection |
getParameterCollection()
|
Unique |
getUnique()
|
UsageDescription |
getUsageDescription()
|
Xmlname |
getXmlname()
|
void |
setCondition(Condition condition)
XML element: <condition/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (0..1) |
void |
setConditionDescription(ConditionDescription conditionDescription)
XML element: <condition-description/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (0..1) |
void |
setDeprecated(Deprecated deprecated)
XML element: <deprecated/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (0..1) |
void |
setUnique(Unique unique)
XML element: <unique/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (1..1) |
void |
setUsageDescription(UsageDescription usageDescription)
XML element: <usage-description/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (1..1) |
void |
setXmlname(Xmlname xmlname)
XML element: <name/> This element exists in the following versions: xtags_1_1.dtd The cardinality is (1..1) |
Methods inherited from class xdoclet.sdk.xgg.XGGPojo |
checkValue, checkVersion, setVersion |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public Tag()
public Tag(Tags parent) throws IllegalStateException
parent
- the parent element
IllegalStateException
- if this constructor is illegal
with the current version.Method Detail |
public final void addLevel(Level level) throws IllegalStateException
XML element: <level/>
This element exists in the following versions:
level
- the Level to add.
IllegalStateException
- if this method is illegal
with the current version.public final Collection getLevelCollection()
public final void setXmlname(Xmlname xmlname) throws IllegalStateException
XML element: <name/>
This element exists in the following versions:
xmlname
- the Xmlname to add.
IllegalStateException
- if this method is illegal
with the current version.public final Xmlname getXmlname()
public final void setUsageDescription(UsageDescription usageDescription) throws IllegalStateException
XML element: <usage-description/>
This element exists in the following versions:
usageDescription
- the UsageDescription to add.
IllegalStateException
- if this method is illegal
with the current version.public final UsageDescription getUsageDescription()
public final void setUnique(Unique unique) throws IllegalStateException
XML element: <unique/>
This element exists in the following versions:
unique
- the Unique to add.
IllegalStateException
- if this method is illegal
with the current version.public final Unique getUnique()
public final void setDeprecated(Deprecated deprecated) throws IllegalStateException
XML element: <deprecated/>
This element exists in the following versions:
deprecated
- the Deprecated to add.
IllegalStateException
- if this method is illegal
with the current version.public final Deprecated getDeprecated()
public final void setConditionDescription(ConditionDescription conditionDescription) throws IllegalStateException
XML element: <condition-description/>
This element exists in the following versions:
conditionDescription
- the ConditionDescription to add.
IllegalStateException
- if this method is illegal
with the current version.public final ConditionDescription getConditionDescription()
public final void setCondition(Condition condition) throws IllegalStateException
XML element: <condition/>
This element exists in the following versions:
condition
- the Condition to add.
IllegalStateException
- if this method is illegal
with the current version.public final Condition getCondition()
public final void addParameter(Parameter parameter) throws IllegalStateException
XML element: <parameter/>
This element exists in the following versions:
parameter
- the Parameter to add.
IllegalStateException
- if this method is illegal
with the current version.public final Collection getParameterCollection()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |